CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K均值 c

搜索资源列表

  1. Kmean

    0下载:
  2. 模式识别中的C++源代码进行K均值法的应用-Pattern Recognition C++ source code of the application of K-means
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:192709
    • 提供者:jacket
  1. YICHUAN

    0下载:
  2. 给予遗传算法的K均值聚类算法的c语言源代码,采用浮点数编码格式-ji YU YI CHUAN SUAN FA DE K JUN ZHI SUANFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:141720
    • 提供者:jim green
  1. kjunzhijulianC++

    0下载:
  2. c++编写的程序,用K均值聚敛的算法,相当的方便。-c++ preparation procedure, using K-means algorithm amassed a considerable convenience.
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:30457
    • 提供者:bqllda
  1. kmeans

    0下载:
  2. 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:3070
    • 提供者:夜水晶
  1. kcluster

    0下载:
  2. c语言的k均值聚类算法。给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小的算法。-c language, k-means clustering algorithm. Given the number of categories K, will be assigned to N objects of class K to make class the similarities between objects the most, while the cat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2202
    • 提供者:jiang
  1. Kmean

    0下载:
  2. 自己写K均值聚类Visual C++程序,可以运行之算法-K-means clustering to write Visual C++ Procedures can run the algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-28
    • 文件大小:24155
    • 提供者:刘文
  1. kmean

    1下载:
  2. c#下实现图像颜色k均值聚类 将像素点颜色分类并合并-c# implementation of color image k-means clustering to classification of color pixels and merge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:41917
    • 提供者:浩峰
  1. KAV

    0下载:
  2. KAV是利用Visual C++ 6.0编写的一个小程序,能实现对特定数据结果的文本数据进行聚类分析,所使用的聚类方法是K均值。 -KAV is the use of Visual C++ 6.0 to prepare a small procedure to achieve the outcome of specific data on the text data clustering analysis, the use of the K-means clustering method.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:64401
    • 提供者:随风
  1. kmeans

    0下载:
  2. k均值算法源代码实现用于计算客户价值c编程-k-means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:13607
    • 提供者:lijianping
  1. KMEANS

    0下载:
  2. 利用数据挖掘知识和c实现K-均值聚类分析-The use of data mining knowledge and c to achieve K-means clustering analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2117
    • 提供者:lijianping
  1. k_mean

    0下载:
  2. 简单的k均值聚类算法,C++实现,将若干点聚类为两类-A simple k-means clustering algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1354
    • 提供者:gao x.y.
  1. K_C

    0下载:
  2. K均值算法C语言实现:算法描述: 给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类之间的相似性最小。-K means algorithm C language implementation: Algorithm Descr iption: for a given number of classes K, the N objects assigned to a class K to go, making within-class similarity be
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1906
    • 提供者:魏志鹏
  1. K_means_c_plus_plus

    0下载:
  2. 本程序是数据挖掘领域知名的K均值Visual C++源代码-C++ sourse codes of K-Means using Data Ming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1946
    • 提供者:胡雯雨
  1. ordinary_algorithm_for_pattern_recognition

    1下载:
  2. 使用C语言实现的一些简单模式识别聚类算法,用于简单的二维坐标系点的聚类。有最短距离算法、K均值算法、近邻算法、fcm算法、最大最小距离算法。-Using the C language implementation of some simple pattern recognition clustering algorithm for a simple two-dimensional coordinate system point of clustering. Has the shortest di
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4983
    • 提供者:lee
  1. kjunzhifenlei

    0下载:
  2. K均值进行影像分类,遥感影像分类的方法有很多,如神经网络分类,C均值分类等,K均值分类是其中的一种。-Image Classification
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:230912
    • 提供者:qyxiang
  1. kmeans

    0下载:
  2. 好的k均值算法 比较简单 运行速度快,C语言编写-Good k means algorithm is fast simple
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:张雪
  1. juleifenxi

    0下载:
  2. 基于C#.net实现了聚类分析的K均值算法-Based on C#. Net realized cluster analysis K-means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:45750
    • 提供者:super
  1. fastkmeans_cpp

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K mean
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:26466
    • 提供者:白浩
  1. K_Average

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K means
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:186351
    • 提供者:白浩
  1. KMEANS

    0下载:
  2. 基于C++语言的K均值算法的一个简单实现。-K means
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:344330
    • 提供者:白浩
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com